home *** CD-ROM | disk | FTP | other *** search
/ Digit Magazine 1999 December / cDigit issue 18 - December 1999.iso / pc / demos / access2web / a2wsetup.exe / %MAINDIR% / Help / Samples / news / news.mdb / news.json
Encoding:
JavaScript Object Notation  |  1999-10-08  |  2.2 KB

  1. {
  2.     "schema": {
  3.         "header": "Text (50)",
  4.         "author": "Text (50)",
  5.         "long": "Memo/Hyperlink (255)",
  6.         "date": "DateTime",
  7.         "short": "Text (50)"
  8.     },
  9.     "data": [
  10.         {
  11.             "header": "Format tag",
  12.             "author": "Paul Mortensen",
  13.             "long": "Access2Web 1.2 comes with new data formatting features. This way you can display your data in various ways on your HTML pages.\r\n\r\nThis format parameter works like this: \r\n\r\nFormatting Time data type:\r\nformat(Long Time) displays 5:34:23 PM, system-defined long time format\r\nformat(Medium time) displays 5:34 PM, system-defined medium time format\r\nformat(Short time) displays 5:34, system-defined short time format\r\nformat(h:m:s) displays 17:4:23\r\nformat(hh:mm:ss) displays 05:04:23 PM\r\n\r\n\r\nFormatting Date data type:\r\nformat(Long Date) displays Sunday, June 19, 1994, system-defined long date format\r\nformat(Medium Date) displays 19-Jun-94, system-defined medium date format\r\nformat(Short Date) displays 19-06-94, system-defined short date format\r\nformat(dddd, mmm d yyyy) displays Sunday, Jun 19 1994\r\nformat(dd mm yy) displays 19-06-99\r\n\r\n\r\nFormatting Number data type (#=optonal, 0=required):\r\nformat(##,##0.00) displays 5,459.00 or 0.12\r\nformat(##0.00) displays 5459.00 or 0.12\r\nformat(0.00%) displays 125.00%\r\n\r\n\r\nFormatting Text type:\r\nformat(>) displays MyText in uppercase \"HELLO\"\r\nformat(<) displays MyText in lowercase \"hello\"",
  14.             "date": "09/25/99 00:00:00",
  15.             "short": "Access2Web now comes with a special format tag"
  16.         },
  17.         {
  18.             "header": "Replace tag",
  19.             "author": "Hans Jensen",
  20.             "long": "Access2Web 1.2 also comes with a replace tag. You can use this tag to replace all line breaks with the HTML tag <br>.\r\n\r\nThis makes it very easy to type simple tekst in a database and publish it with Access2Web. \r\n\r\nUse the replace tag like this:\r\n\r\n<b>replace (cr, <br>)</b>",
  21.             "date": "09/26/99 00:00:00",
  22.             "short": "No need to worry about line breaks anymore."
  23.         },
  24.         {
  25.             "header": "Access2Web",
  26.             "author": "Morten Poulsen",
  27.             "long": "Access2Web 1.2 is now available for download at <a href=\"www.access2web.dk\">www.access2web.dk</a>.\r\n\r\nAcess2Web contains a few new feautures, among them the format tag, which will let you format your data.",
  28.             "date": "09/27/99 00:00:00",
  29.             "short": "Access2Web 1.2 now available"
  30.         }
  31.     ]
  32. }